Add navigonwpt style.
authorrobertl <robertl>
Sat, 19 Jul 2008 15:09:27 +0000 (15:09 +0000)
committerrobertl <robertl>
Sat, 19 Jul 2008 15:09:27 +0000 (15:09 +0000)
style/navigonwpt.style [new file with mode: 0644]
xmldoc/formats/navigonwpt.xml [new file with mode: 0644]

diff --git a/style/navigonwpt.style b/style/navigonwpt.style
new file mode 100644 (file)
index 0000000..2086f2c
--- /dev/null
@@ -0,0 +1,40 @@
+# gpsbabel XCSV style file
+# Author: Tom Glaab
+#
+DESCRIPTION     Navigon Waypoints
+SHORTLEN        8
+#
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER         |
+RECORD_DELIMITER        NEWLINE
+BADCHARS                |
+
+#
+# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
+#
+
+OFIELD  SHORTNAME, "","[%-.14s "
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "","]"
+OFIELD  CONSTANT, "%s","[0][17]"
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  LON_DECIMAL, "", "%08.5f"
+OFIELD  LAT_DECIMAL, "", "%08.5f"
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s",""
+OFIELD  CONSTANT, "%s","49"
diff --git a/xmldoc/formats/navigonwpt.xml b/xmldoc/formats/navigonwpt.xml
new file mode 100644 (file)
index 0000000..4f3adba
--- /dev/null
@@ -0,0 +1,14 @@
+<para>
+  This is the waypoint file format for Navigon units such as the Navigon 7100.
+</para>
+<para>
+  To actually manipulate the file on the unit, use a USB cable or SD card
+  reader and work with "MN6\Settings\Favorites.storage". 
+  The waypoints are be created with a minimal amount of data; the unit will
+  fill in the other fields on use. The other fields appear to be references the
+  unit infers, such as nearby streets.
+</para>
+<para>
+  Note that this is the waypoint/placemark format (.storage) and not the 
+  route file format (.rte, .mn4) that is used by routes.
+</para>